1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmUNIT_MEASURE
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.lstunit = New System.Windows.Forms.ListView
27         Me.cmdAdd = New System.Windows.Forms.Button
28         Me.cmdEdit = New System.Windows.Forms.Button
29         Me.cmdDelete = New System.Windows.Forms.Button
30         Me.cmdCancel = New System.Windows.Forms.Button
31         Me.GroupBox1.SuspendLayout()
32         Me.SuspendLayout()
33         
'
34         
'GroupBox1
35         
'
36         Me.GroupBox1.Controls.Add(Me.lstunit)
37         Me.GroupBox1.Location = New System.Drawing.Point(
4, 0)
38         Me.GroupBox1.Name =
"GroupBox1"
39         Me.GroupBox1.Size = New System.Drawing.Size(
253, 310)
40         Me.GroupBox1.TabIndex =
0
41         Me.GroupBox1.TabStop = False
42         
'
43         
'lstunit
44         
'
45         Me.lstunit.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
46         Me.lstunit.FullRowSelect = True
47         Me.lstunit.GridLines = True
48         Me.lstunit.Location = New System.Drawing.Point(
6, 19)
49         Me.lstunit.Name =
"lstunit"
50         Me.lstunit.Size = New System.Drawing.Size(
239, 285)
51         Me.lstunit.TabIndex =
0
52         Me.lstunit.UseCompatibleStateImageBehavior = False
53         Me.lstunit.View = System.Windows.Forms.View.Details
54         
'
55         
'cmdAdd
56         
'
57         Me.cmdAdd.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
58         Me.cmdAdd.Location = New System.Drawing.Point(
10, 316)
59         Me.cmdAdd.Name =
"cmdAdd"
60         Me.cmdAdd.Size = New System.Drawing.Size(
50, 23)
61         Me.cmdAdd.TabIndex =
1
62         Me.cmdAdd.Text =
"&Add"
63         Me.cmdAdd.UseVisualStyleBackColor = True
64         
'
65         
'cmdEdit
66         
'
67         Me.cmdEdit.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
68         Me.cmdEdit.Location = New System.Drawing.Point(
64, 316)
69         Me.cmdEdit.Name =
"cmdEdit"
70         Me.cmdEdit.Size = New System.Drawing.Size(
50, 23)
71         Me.cmdEdit.TabIndex =
2
72         Me.cmdEdit.Text =
"&Edit"
73         Me.cmdEdit.UseVisualStyleBackColor = True
74         
'
75         
'cmdDelete
76         
'
77         Me.cmdDelete.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
78         Me.cmdDelete.Location = New System.Drawing.Point(
120, 316)
79         Me.cmdDelete.Name =
"cmdDelete"
80         Me.cmdDelete.Size = New System.Drawing.Size(
50, 23)
81         Me.cmdDelete.TabIndex =
3
82         Me.cmdDelete.Text =
"&Delete"
83         Me.cmdDelete.UseVisualStyleBackColor = True
84         
'
85         
'cmdCancel
86         
'
87         Me.cmdCancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.cmdCancel.Location = New System.Drawing.Point(
176, 316)
89         Me.cmdCancel.Name =
"cmdCancel"
90         Me.cmdCancel.Size = New System.Drawing.Size(
50, 23)
91         Me.cmdCancel.TabIndex =
4
92         Me.cmdCancel.Text =
"Cancel"
93         Me.cmdCancel.UseVisualStyleBackColor = True
94         
'
95         
'FrmUNIT_MEASURE
96         
'
97         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
98         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
99         Me.BackColor = System.Drawing.Color.WhiteSmoke
100         Me.ClientSize = New System.Drawing.Size(
261, 348)
101         Me.Controls.Add(Me.cmdCancel)
102         Me.Controls.Add(Me.cmdDelete)
103         Me.Controls.Add(Me.cmdEdit)
104         Me.Controls.Add(Me.cmdAdd)
105         Me.Controls.Add(Me.GroupBox1)
106         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
107         Me.MaximizeBox = False
108         Me.MinimizeBox = False
109         Me.Name =
"FrmUNIT_MEASURE"
110         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
111         Me.Text =
"Unit Measure"
112         Me.GroupBox1.ResumeLayout(False)
113         Me.ResumeLayout(False)
114
115     End Sub
116     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
117     Friend WithEvents lstunit As System.Windows.Forms.ListView
118     Friend WithEvents cmdAdd As System.Windows.Forms.Button
119     Friend WithEvents cmdEdit As System.Windows.Forms.Button
120     Friend WithEvents cmdDelete As System.Windows.Forms.Button
121     Friend WithEvents cmdCancel As System.Windows.Forms.Button
122 End Class


Gõ tìm kiếm nhanh...